Skip to main content

CMBitmapCallBackProcPtr

Type Alias CMBitmapCallBackProcPtr 

Source
pub type CMBitmapCallBackProcPtr = Option<unsafe extern "C" fn(progress: SInt32, refCon: *mut c_void) -> Boolean>;
Expand description

Apple SDK type alias CMBitmapCallBackProcPtr.

Aliased Type§

pub enum CMBitmapCallBackProcPtr {
    None,
    Some(unsafe extern "C" fn(i32, *mut c_void) -> u8),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(i32, *mut c_void) -> u8)

Some value of type T.