pub unsafe fn HttpSetRequestProperty<P0>(
    requestqueuehandle: P0,
    id: u64,
    propertyid: HTTP_REQUEST_PROPERTY,
    input: Option<*const c_void>,
    inputpropertysize: u32,
    overlapped: *const OVERLAPPED
) -> u32
where P0: IntoParam<HANDLE>,