Type Alias mariadb_sys::my_hash_function

source ·
pub type my_hash_function = Option<unsafe extern "C" fn(arg1: *const charset_info_st, arg2: *const uchar, arg3: usize) -> my_hash_value_type>;

Aliased Type§

enum my_hash_function {
    None,
    Some(unsafe extern "C" fn(_: *const charset_info_st, _: *const u8, _: usize) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const charset_info_st, _: *const u8, _: usize) -> u32)

Some value of type T.