pub type CMBufferGetBooleanCallback = Option<unsafe extern "C" fn(buf: CMBufferRef, refcon: *mut c_void) -> Boolean>;
pub enum CMBufferGetBooleanCallback { None, Some(unsafe extern "C" fn(*const c_void, *mut c_void) -> u8), }
No value.
Some value of type T.
T