pub type limine_entry_point = Option<unsafe extern "C" fn()>;
pub enum limine_entry_point { None, Some(unsafe extern "C" fn()), }
No value.
Some value of type T.
T