Function sequoia_ffi::core::sq_config_build[][src]

#[no_mangle]
pub extern "C" fn sq_config_build(
    cfg: *mut Config,
    errp: Option<&mut *mut Error>
) -> *mut Context
Expand description

Finalizes the configuration and return a Context.

C Declaration

pgp_context_t
sq_config_build (pgp_config_t cfg,
                 pgp_error_t *errp);

Consumes cfg. Returns NULL on errors. Returns NULL on errors. If errp is not NULL, the error is stored there.