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