pub type PFN_vkCmdResetQueryPool = unsafe extern "system" fn(_command_buffer: CommandBuffer, _query_pool: QueryPool, _first_query: u32, _query_count: u32);
Expand description