Type Definition vks::PFN_vkAllocationFunction [] [src]

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