pub unsafe extern "C" fn CMBlockBufferGetDataPointer(
theBuffer: CMBlockBufferRef,
offset: usize,
lengthAtOffsetOut: *mut usize,
totalLengthOut: *mut usize,
dataPointerOut: *mut *mut c_char,
) -> OSStatusExpand description
Apple SDK function CMBlockBufferGetDataPointer.