Type Alias FPtr_assert

Source
pub type FPtr_assert = Option<unsafe extern "C" fn(item: *mut c_void, group: u32, caption: *const char_t, detail: *const char_t, file: *const char_t, line: u32)>;

Aliased Type§

pub enum FPtr_assert {
    None,
    Some(unsafe extern "C" fn(*mut c_void, u32, *const i8, *const i8, *const i8, u32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, u32, *const i8, *const i8, *const i8, u32))

Some value of type T.