Type Alias PDD_DESTROYDDLOCAL
pub type PDD_DESTROYDDLOCAL = Option<unsafe extern "system" fn(param0: *mut DD_DESTROYDDLOCALDATA) -> u32>;Aliased Type§
pub enum PDD_DESTROYDDLOCAL {
None,
Some(unsafe extern "system" fn(*mut DD_DESTROYDDLOCALDATA) -> u32),
}