PWriteOpenProc

Type Alias PWriteOpenProc 

Source
pub type PWriteOpenProc = Option<unsafe extern "C" fn(arg1: *mut vlVoid) -> vlBool>;

Aliased Type§

pub enum PWriteOpenProc {
    None,
    Some(unsafe extern "C" fn(*mut c_void) -> u8),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void) -> u8)

Some value of type T.