Function HttpDeclarePush
pub unsafe fn HttpDeclarePush<P3, P4>(
requestqueuehandle: HANDLE,
requestid: u64,
verb: HTTP_VERB,
path: P3,
query: P4,
headers: Option<*const HTTP_REQUEST_HEADERS>,
) -> u32where
P3: Param<PCWSTR>,
P4: Param<PCSTR>,