Skip to main content

UmkaInit

Type Alias UmkaInit 

Source
pub type UmkaInit = Option<unsafe extern "C" fn(umka: *mut Umka, fileName: *const c_char, sourceString: *const c_char, stackSize: c_int, reserved: *mut c_void, argc: c_int, argv: *mut *mut c_char, fileSystemEnabled: bool, implLibsEnabled: bool, warningCallback: UmkaWarningCallback) -> bool>;

Aliased Type§

pub enum UmkaInit {
    None,
    Some(unsafe extern "C" fn(*mut tagUmka, *const i8, *const i8, i32, *mut c_void, i32, *mut *mut i8, bool, bool, Option<unsafe extern "C" fn(*mut UmkaError)>) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut tagUmka, *const i8, *const i8, i32, *mut c_void, i32, *mut *mut i8, bool, bool, Option<unsafe extern "C" fn(*mut UmkaError)>) -> bool)

Some value of type T.