pub unsafe fn HttpCreateRequestQueue<P0>(
    version: HTTPAPI_VERSION,
    name: P0,
    securityattributes: Option<*const SECURITY_ATTRIBUTES>,
    flags: u32,
    requestqueuehandle: *mut HANDLE
) -> u32
where P0: IntoParam<PCWSTR>,