binaryninjacore_sys

Type Alias BNProgressFunction

source
pub type BNProgressFunction = Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: usize, arg3: usize) -> bool>;

Aliased Type§

enum BNProgressFunction {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: usize, _: usize) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: usize, _: usize) -> bool)

Some value of type T.