Type Alias classicube_sys::FP_String_CaselessStarts

source ·
pub type FP_String_CaselessStarts = Option<unsafe extern "C" fn(str_: *const cc_string, sub: *const cc_string) -> c_int>;

Aliased Type§

enum FP_String_CaselessStarts {
    None,
    Some(unsafe extern "C" fn(_: *const cc_string_, _: *const cc_string_) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const cc_string_, _: *const cc_string_) -> i32)

Some value of type T.