Function windows::Win32::Devices::Fax::FaxEnumRoutingMethodsA

pub unsafe fn FaxEnumRoutingMethodsA<P0>(
    faxporthandle: P0,
    routingmethod: *mut *mut FAX_ROUTING_METHODA,
    methodsreturned: *mut u32,
) -> Result<()>
where P0: Param<HANDLE>,