pub unsafe fn HttpReadFragmentFromCache<P0, P1>(
    requestqueuehandle: P0,
    urlprefix: P1,
    byterange: Option<*const HTTP_BYTE_RANGE>,
    buffer: *mut c_void,
    bufferlength: u32,
    bytesread: Option<*mut u32>,
    overlapped: Option<*const OVERLAPPED>
) -> u32
where P0: IntoParam<HANDLE>, P1: IntoParam<PCWSTR>,