pub unsafe fn WinUsb_GetCurrentFrameNumber<P0>(
    interfacehandle: P0,
    currentframenumber: *mut u32,
    timestamp: *mut i64
) -> Result<()>
where P0: IntoParam<WINUSB_INTERFACE_HANDLE>,