pub type EDITWORDBREAKPROC = EDITWORDBREAKPROCA;
pub enum EDITWORDBREAKPROC { None, Some(unsafe extern "C" fn(*mut u8, i32, i32, i32) -> i32), }
No value.
Some value of type T.
T