[][src]Function melib::gpgme::bindings::gpgme_op_createkey_start

pub unsafe extern "C" fn gpgme_op_createkey_start(
    ctx: *mut gpgme_context,
    userid: *const c_char,
    algo: *const c_char,
    reserved: c_ulong,
    expires: c_ulong,
    certkey: *mut _gpgme_key,
    flags: c_uint
) -> c_uint