pub unsafe fn HttpDeleteServiceConfiguration<P0>(
    servicehandle: P0,
    configid: HTTP_SERVICE_CONFIG_ID,
    pconfiginformation: *const c_void,
    configinformationlength: u32,
    poverlapped: Option<*const OVERLAPPED>
) -> u32
where P0: IntoParam<HANDLE>,