pub type PFAXSTARTPRINTJOBA = Option<unsafe extern "system" fn(printername: PCSTR, printinfo: *const FAX_PRINT_INFOA, faxjobid: *mut u32, faxcontextinfo: *mut FAX_CONTEXT_INFOA) -> BOOL>;

Aliased Type§

enum PFAXSTARTPRINTJOBA {
    None,
    Some(unsafe extern "system" fn(_: PCSTR, _: *const FAX_PRINT_INFOA, _: *mut u32, _: *mut FAX_CONTEXT_INFOA) -> BOOL),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: PCSTR, _: *const FAX_PRINT_INFOA, _: *mut u32, _: *mut FAX_CONTEXT_INFOA) -> BOOL)

Some value of type T.