pub type BNCollaborationNameChangesetFunction = Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: *mut BNCollaborationChangeset) -> bool>;
Aliased Type§
enum BNCollaborationNameChangesetFunction {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: *mut BNCollaborationChangeset) -> bool),
}