pub unsafe extern "system" fn FaxRegisterRoutingExtensionW(
    faxhandle: HANDLE,
    extensionname: PCWSTR,
    friendlyname: PCWSTR,
    imagename: PCWSTR,
    callback: PFAX_ROUTING_INSTALLATION_CALLBACKW,
    context: *mut c_void
) -> BOOL
Expand description

Required features: "Win32_Devices_Fax", "Win32_Foundation"