pub unsafe fn HttpCancelHttpRequest<P0>(
    requestqueuehandle: P0,
    requestid: u64,
    overlapped: Option<*const OVERLAPPED>
) -> u32
where P0: IntoParam<HANDLE>,