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