pub unsafe fn HidD_SetConfiguration<P0>(
    hiddeviceobject: P0,
    configuration: *const HIDD_CONFIGURATION,
    configurationlength: u32
) -> BOOLEAN
where P0: IntoParam<HANDLE>,