e8b369db7d
`c_void` is not the same as Rust's void type, `()`, making function pointers like `PFN_vkFreeFunction` pretty much impossible to implement without casting. Instead of just turning this into `-> ()`, remove the return type altogether, and add some asserts to prevent types of this kind from being accidentally generated. |
||
---|---|---|
.. | ||
bin | ||
lib.rs |