LPFIBER_START_ROUTINE

Type Alias LPFIBER_START_ROUTINE 

pub type LPFIBER_START_ROUTINE = Option<unsafe extern "system" fn(lpfiberparameter: *mut c_void)>;

Aliased Type§

pub enum LPFIBER_START_ROUTINE {
    None,
    Some(unsafe extern "system" fn(*mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut c_void))

Some value of type T.