pub unsafe extern "C-unwind" fn DAUnregisterApprovalCallback(
session: &DASession,
callback: NonNull<c_void>,
context: *mut c_void,
)Available on crate feature
DASession only.Expand description
ยงSafety
callbackmust be a valid pointer.contextmust be a valid pointer or null.