private static extern bool UsbK_SetPowerPolicy(KUSB_HANDLE InterfaceHandle, [MarshalAs(UnmanagedType.U4)] UsbKPowerPolicy PolicyType, uint ValueLength, IntPtr Value);
private bool SetPowerPolicy(KUSB_HANDLE InterfaceHandle, UsbKPowerPolicy PolicyType, uint ValueLength, IntPtr Value) { return(UsbK_SetPowerPolicy(InterfaceHandle, PolicyType, ValueLength, Value)); }