Skip to main content

EndForeignModify_function

Type Alias EndForeignModify_function 

Source
pub type EndForeignModify_function = Option<unsafe extern "C-unwind" fn(estate: *mut EState, rinfo: *mut ResultRelInfo)>;

Aliased Type§

pub enum EndForeignModify_function {
    None,
    Some(unsafe extern "C-unwind" fn(*mut EState, *mut ResultRelInfo)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(*mut EState, *mut ResultRelInfo))

Some value of type T.