plugSetPtrSizeFunc

Type Alias plugSetPtrSizeFunc 

Source
pub type plugSetPtrSizeFunc = Option<unsafe extern "C" fn(ptr: *mut PrMemoryPtr, newsize: csSDK_uint32)>;

Aliased Type§

pub enum plugSetPtrSizeFunc {
    None,
    Some(unsafe extern "C" fn(*mut *mut i8, u32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut *mut i8, u32))

Some value of type T.