Type Alias windows::Win32::Graphics::DirectDraw::LPDDHALSURFCB_BLT
pub type LPDDHALSURFCB_BLT = Option<unsafe extern "system" fn(param0: *mut DDHAL_BLTDATA) -> u32>;
Aliased Type§
enum LPDDHALSURFCB_BLT {
None,
Some(unsafe extern "system" fn(_: *mut DDHAL_BLTDATA) -> u32),
}