pub unsafe extern "system" fn HttpSetServiceConfiguration(
    servicehandle: HANDLE,
    configid: HTTP_SERVICE_CONFIG_ID,
    pconfiginformation: *const c_void,
    configinformationlength: u32,
    poverlapped: *const OVERLAPPED,
) -> u32