Function sequoia_ffi::core::sq_context_new[][src]

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

Creates a Context with reasonable defaults.

C Declaration

pgp_context_t
sq_context_new (pgp_error_t *errp);

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