pub unsafe fn FaxGetRoutingInfoW<P0, P1>(
    faxporthandle: P0,
    routingguid: P1,
    routinginfobuffer: *mut *mut u8,
    routinginfobuffersize: *mut u32
) -> Result<()>
where P0: IntoParam<HANDLE>, P1: IntoParam<PCWSTR>,