Type Alias PFNFCIFILEPLACED
pub type PFNFCIFILEPLACED = Option<unsafe extern "system" fn(pccab: *mut CCAB, pszfile: PCSTR, cbfile: i32, fcontinuation: BOOL, pv: *mut c_void) -> i32>;Aliased Type§
pub enum PFNFCIFILEPLACED {
None,
Some(unsafe extern "system" fn(*mut CCAB, PCSTR, i32, BOOL, *mut c_void) -> i32),
}