pub unsafe extern "C-unwind" fn InvokeOSLAdjustMarksUPP(
new_start: c_long,
new_stop: c_long,
mark_token: *const AEDesc,
user_upp: OSLAdjustMarksUPP,
) -> i16Available on crate features
AEDataModel and AEObjects only.Expand description
ยงSafety
mark_tokenmust be a valid pointer.user_uppmust be implemented correctly.