Skip to main content

prism_init

Function prism_init 

Source
pub unsafe extern "C" fn prism_init(
    cfg: *mut PrismConfig,
) -> *mut PrismContext
Expand description

Creates a new Prism context.

ยงSafety

cfg must be null, or point to a writable, initialized PrismConfig.