[][src]Function openxr_sys::xrGetBoundSourcesForAction

pub unsafe extern "C" fn xrGetBoundSourcesForAction(
    action: Action,
    source_capacity_input: u32,
    source_count_output: *mut u32,
    sources: *mut Path
) -> Result