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