Function CMBlockBufferGetDataPointer

Source
pub unsafe extern "C" fn CMBlockBufferGetDataPointer(
    theBuffer: CMBlockBufferRef,
    offset: size_t,
    lengthAtOffset: *mut size_t,
    totalLength: *mut size_t,
    dataPointer: *mut *mut c_void,
) -> OSStatus