pub unsafe fn HttpQueryServiceConfiguration<P0>(
    servicehandle: P0,
    configid: HTTP_SERVICE_CONFIG_ID,
    pinput: Option<*const c_void>,
    inputlength: u32,
    poutput: Option<*mut c_void>,
    outputlength: u32,
    preturnlength: Option<*mut u32>,
    poverlapped: Option<*const OVERLAPPED>
) -> u32
where P0: IntoParam<HANDLE>,