[][src]Function logins_ffi::sync15_passwords_migrate_plaintext_header

#[no_mangle]pub unsafe extern "C" fn sync15_passwords_migrate_plaintext_header(
    db_path: FfiStr<'_>,
    encryption_key: FfiStr<'_>,
    salt: FfiStr<'_>,
    error: &mut ExternError
)

Opens an existing database that stores its salt in the header bytes and migrates it to a plaintext header one.

Safety

Dereferences the encryption_key and salt pointers, and is thus unsafe.