pub type PLSA_DELETE_SHARED_MEMORY = Option<unsafe extern "system" fn(sharedmem: *const c_void) -> BOOLEAN>;

Aliased Type§

enum PLSA_DELETE_SHARED_MEMORY {
    None,
    Some(unsafe extern "system" fn(_: *const c_void) -> BOOLEAN),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const c_void) -> BOOLEAN)

Some value of type T.