pub type EDITWORDBREAKPROCA = Option<unsafe extern "system" fn(lpch: PCSTR, ichcurrent: i32, cch: i32, code: WORD_BREAK_ACTION) -> i32>;

Aliased Type§

enum EDITWORDBREAKPROCA {
    None,
    Some(unsafe extern "system" fn(_: PCSTR, _: i32, _: i32, _: WORD_BREAK_ACTION) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: PCSTR, _: i32, _: i32, _: WORD_BREAK_ACTION) -> i32)

Some value of type T.