Type Alias windows_sys::Win32::Devices::Fax::PFAXDEVCONFIGURE
pub type PFAXDEVCONFIGURE = Option<unsafe extern "system" fn(param0: *mut HPROPSHEETPAGE) -> BOOL>;
Aliased Type§
enum PFAXDEVCONFIGURE {
None,
Some(unsafe extern "system" fn(_: *mut *mut c_void) -> i32),
}