pub unsafe fn WinUsb_SetPowerPolicy<P0>(
    interfacehandle: P0,
    policytype: WINUSB_POWER_POLICY,
    valuelength: u32,
    value: *const c_void
) -> Result<()>
where P0: IntoParam<WINUSB_INTERFACE_HANDLE>,