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