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