plugppixUnlockFunc

Type Alias plugppixUnlockFunc 

Source
pub type plugppixUnlockFunc = Option<unsafe extern "C" fn(pix: PPixHand)>;

Aliased Type§

pub enum plugppixUnlockFunc {
    None,
    Some(unsafe extern "C" fn(*mut *mut PPix)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut *mut PPix))

Some value of type T.