pub fn import_key<P: AsRef<Path>>(
    path: P,
    key: Key128bit,
    key_policy: Option<KeyPolicy>
) -> Result<()>