pub unsafe fn HidD_GetIndexedString<P0>(
    hiddeviceobject: P0,
    stringindex: u32,
    buffer: *mut c_void,
    bufferlength: u32
) -> BOOLEAN
where P0: IntoParam<HANDLE>,