pub type PFN_vkBeginCommandBuffer = unsafe extern "system" fn(_command_buffer: CommandBuffer, _begin_info: *const CommandBufferBeginInfo) -> Result;
Expand description