Type Alias EDITWORDBREAKPROCEX

pub type EDITWORDBREAKPROCEX = Option<unsafe extern "system" fn(pchtext: PCSTR, cchtext: i32, bcharset: u8, action: i32) -> i32>;

Aliased Type§

pub enum EDITWORDBREAKPROCEX {
    None,
    Some(unsafe extern "system" fn(PCSTR, i32, u8, i32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(PCSTR, i32, u8, i32) -> i32)

Some value of type T.