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