crypt_format_luks2_opal

Function crypt_format_luks2_opal 

Source
pub unsafe extern "C" fn crypt_format_luks2_opal(
    cd: *mut crypt_device,
    cipher: *const c_char,
    cipher_mode: *const c_char,
    uuid: *const c_char,
    volume_keys: *const c_char,
    volume_keys_size: usize,
    params: *mut crypt_params_luks2,
    opal_params: *mut crypt_params_hw_opal,
) -> c_int