pub unsafe fn HttpUpdateServiceConfiguration<P0>(
    handle: P0,
    configid: HTTP_SERVICE_CONFIG_ID,
    configinfo: *const c_void,
    configinfolength: u32,
    overlapped: Option<*const OVERLAPPED>
) -> u32
where P0: IntoParam<HANDLE>,