NewAEEventHandlerUPP

Function NewAEEventHandlerUPP 

Source
pub unsafe extern "C-unwind" fn NewAEEventHandlerUPP(
    user_routine: AEEventHandlerProcPtr,
) -> AEEventHandlerUPP
Available on crate feature AEDataModel only.
Expand description

ยงSafety

user_routine must be implemented correctly.