pub unsafe extern "C-unwind" fn AEStreamWriteData(
ref: AEStreamRef,
data: *const c_void,
length: c_long,
) -> i32Available on crate feature
AEHelpers only.Expand description
ยงSafety
refmust be a valid pointer.datamust be a valid pointer.