pub type GetInstanceProcAddr = unsafe extern "C" fn(instance: Instance, p_name: *const c_char) -> PfnVoidFunction;Expand description
Chapter: Initialization
Description: Return a function pointer for a command
Provided by: VK_VERSION_1_0
Reference: vkGetInstanceProcAddr