pub type PFN_vkResetCommandPool = unsafe extern "system" fn(_device: Device, _command_pool: CommandPool, _flags: CommandPoolResetFlags) -> Result;
Expand description