pub type PFN_vkCreateVideoSessionKHR = unsafe extern "system" fn(_device: Device, _create_info: *const VideoSessionCreateInfoKHR, _allocator: *const AllocationCallbacks, _video_session: *mut VideoSessionKHR) -> Result;
Expand description