Type Alias pgrx_pg_sys::mbcharacter_incrementer

source ·
pub type mbcharacter_incrementer = Option<unsafe extern "C" fn(mbstr: *mut c_uchar, len: c_int) -> bool>;

Aliased Type§

enum mbcharacter_incrementer {
    None,
    Some(unsafe extern "C" fn(_: *mut u8, _: i32) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.