pub unsafe extern "system" fn FaxGetPageData(
    faxhandle: HANDLE,
    jobid: u32,
    buffer: *mut *mut u8,
    buffersize: *mut u32,
    imagewidth: *mut u32,
    imageheight: *mut u32
) -> BOOL
Expand description

Required features: "Win32_Devices_Fax", "Win32_Foundation"