Type Alias llama_cpp_sys::ggml_abort_callback

source ·
pub type ggml_abort_callback = Option<unsafe extern "C" fn(data: *mut c_void) -> bool>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.