pub unsafe fn FaxSetConfigurationW<P0>(
    faxhandle: P0,
    faxconfig: *const FAX_CONFIGURATIONW
) -> Result<()>
where P0: IntoParam<HANDLE>,