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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.