AEGetDescDataRange

Function AEGetDescDataRange 

Source
pub unsafe extern "C-unwind" fn AEGetDescDataRange(
    data_desc: *const AEDesc,
    buffer: *mut c_void,
    offset: c_long,
    length: c_long,
) -> i32
Available on crate feature AEDataModel only.
Expand description

ยงSafety

  • data_desc must be a valid pointer.
  • buffer must be a valid pointer.