pub unsafe extern "C-unwind" fn InvokeOSLGetMarkTokenUPP(
d_container_token: *const AEDesc,
container_class: DescType,
result: *mut AEDesc,
user_upp: OSLGetMarkTokenUPP,
) -> i16Available on crate features
AEDataModel and AEObjects only.Expand description
ยงSafety
d_container_tokenmust be a valid pointer.resultmust be a valid pointer.user_uppmust be implemented correctly.