pub unsafe extern "C" fn psa_copy_key(
    source_key: u32,
    attributes: *const psa_key_attributes_t,
    target_key: *mut u32
) -> i32