[][src]Type Definition openxr_sys::pfn::GetBoundSourcesForAction

type GetBoundSourcesForAction = unsafe extern "system" fn(action: Action, source_capacity_input: u32, source_count_output: *mut u32, sources: *mut Path) -> Result;