Type Alias classicube_sys::FP_String_CaselessContains
source · pub type FP_String_CaselessContains = Option<unsafe extern "C" fn(str_: *const cc_string, sub: *const cc_string) -> c_int>;
Aliased Type§
enum FP_String_CaselessContains {
None,
Some(unsafe extern "C" fn(_: *const cc_string_, _: *const cc_string_) -> i32),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(_: *const cc_string_, _: *const cc_string_) -> i32)
Some value of type T
.