Type Alias unity_native_plugin_sys::PFN_vkFreeFunction
source · pub type PFN_vkFreeFunction = Option<unsafe extern "system" fn(pUserData: *mut c_void, pMemory: *mut c_void)>;Aliased Type§
enum PFN_vkFreeFunction {
None,
Some(unsafe extern "system" fn(_: *mut c_void, _: *mut c_void)),
}