AEStreamWriteDesc

Function AEStreamWriteDesc 

Source
pub unsafe extern "C-unwind" fn AEStreamWriteDesc(
    ref: AEStreamRef,
    new_type: DescType,
    data: *const c_void,
    length: c_long,
) -> i32
Available on crate features AEDataModel and AEHelpers only.
Expand description

ยงSafety

  • ref must be a valid pointer.
  • data must be a valid pointer.