[][src]Function openxr_sys::xrGetInputSourceLocalizedName

pub unsafe extern "C" fn xrGetInputSourceLocalizedName(
    session: Session,
    source: Path,
    which_components: InputSourceLocalizedNameFlags,
    buffer_capacity_input: u32,
    buffer_count_output: *mut u32,
    buffer: *mut u8
) -> Result