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