Type Alias ndk_sys::__android_aborter_function

source ·
pub type __android_aborter_function = Option<unsafe extern "C" fn(abort_message: *const c_char)>;

Aliased Type§

enum __android_aborter_function {
    None,
    Some(unsafe extern "C" fn(_: *const u8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const u8))

Some value of type T.