[][src]Type Definition vulkanalia_sys::PFN_vkAllocationFunction

type PFN_vkAllocationFunction = Option<unsafe extern "system" fn(_: *mut c_void, _: usize, _: usize, _: SystemAllocationScope) -> *mut c_void>;