Function BNRegisterBinaryViewEvent

Source
pub unsafe extern "C" fn BNRegisterBinaryViewEvent(
    type_: BNBinaryViewEventType,
    callback: Option<unsafe extern "C" fn(ctx: *mut c_void, view: *mut BNBinaryView)>,
    ctx: *mut c_void,
)