Type Alias miniblink_sys::WKE_FILE_OPEN

source ·
pub type WKE_FILE_OPEN = FILE_OPEN_;

Aliased Type§

enum WKE_FILE_OPEN {
    None,
    Some(unsafe extern "C" fn(_: *const i8) -> *mut c_void),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const i8) -> *mut c_void)

Some value of type T.