[][src]Type Definition ash::vk::PFN_vkFreeCommandBuffers

type PFN_vkFreeCommandBuffers = extern "system" fn(device: Device, command_pool: CommandPool, command_buffer_count: u32, p_command_buffers: *const CommandBuffer) -> c_void;