pub unsafe extern "C-unwind" fn DAUnregisterCallback(
session: &DASession,
callback: NonNull<c_void>,
context: *mut c_void,
)Available on crate feature
DASession only.Expand description
Unregisters a registered callback function.
Parameter session: The session object.
Parameter callback: The registered callback function.
Parameter context: The user-defined context parameter.