pub unsafe fn HttpSetRequestQueueProperty<P0>(
    requestqueuehandle: P0,
    property: HTTP_SERVER_PROPERTY,
    propertyinformation: *const c_void,
    propertyinformationlength: u32,
    reserved1: u32,
    reserved2: Option<*const c_void>
) -> u32
where P0: IntoParam<HANDLE>,