Function windows::Win32::Networking::HttpServer::HttpAddUrl

pub unsafe fn HttpAddUrl<P0, P1>(
    requestqueuehandle: P0,
    fullyqualifiedurl: P1,
    reserved: Option<*const c_void>,
) -> u32
where P0: Param<HANDLE>, P1: Param<PCWSTR>,