pub type CMBufferGetSizeCallback = Option<unsafe extern "C" fn(buf: CMBufferRef, refcon: *mut c_void) -> usize>;Expand description
Apple SDK type alias CMBufferGetSizeCallback.
Aliased Type§
pub enum CMBufferGetSizeCallback {
None,
Some(unsafe extern "C" fn(*const c_void, *mut c_void) -> usize),
}