pub type PFAXROUTEDELETEFILE = Option<unsafe extern "system" fn(jobid: u32, filename: PCWSTR) -> i32>;

Aliased Type§

enum PFAXROUTEDELETEFILE {
    None,
    Some(unsafe extern "system" fn(_: u32, _: PCWSTR) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: u32, _: PCWSTR) -> i32)

Some value of type T.