Skip to main content

UmkaGetCallStack

Type Alias UmkaGetCallStack 

Source
pub type UmkaGetCallStack = Option<unsafe extern "C" fn(umka: *mut Umka, depth: c_int, nameSize: c_int, offset: *mut c_int, fileName: *mut c_char, fnName: *mut c_char, line: *mut c_int) -> bool>;

Aliased Type§

pub enum UmkaGetCallStack {
    None,
    Some(unsafe extern "C" fn(*mut tagUmka, i32, i32, *mut i32, *mut i8, *mut i8, *mut i32) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut tagUmka, i32, i32, *mut i32, *mut i8, *mut i8, *mut i32) -> bool)

Some value of type T.