pub type my_charset_conv_mb_wc = Option<unsafe extern "C" fn(arg1: *const charset_info_st, arg2: *mut ulong, arg3: *const uchar, arg4: *const uchar) -> c_int>;

Aliased Type§

enum my_charset_conv_mb_wc {
    None,
    Some(unsafe extern "C" fn(_: *const charset_info_st, _: *mut u64, _: *const u8, _: *const u8) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const charset_info_st, _: *mut u64, _: *const u8, _: *const u8) -> i32)

Some value of type T.