[][src]Function libcryptsetup_rs_sys::crypt_reencrypt_init_by_passphrase

pub unsafe extern "C" fn crypt_reencrypt_init_by_passphrase(
    cd: *mut crypt_device,
    name: *const c_char,
    passphrase: *const c_char,
    passphrase_size: usize,
    keyslot_old: c_int,
    keyslot_new: c_int,
    cipher: *const c_char,
    cipher_mode: *const c_char,
    params: *const crypt_params_reencrypt
) -> c_int