Type Alias BNCollaborationNameChangesetFunction

Source
pub type BNCollaborationNameChangesetFunction = Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: *mut BNCollaborationChangeset) -> bool>;

Aliased Type§

pub enum BNCollaborationNameChangesetFunction {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *mut BNCollaborationChangeset) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *mut BNCollaborationChangeset) -> bool)

Some value of type T.