Function sodot_ed25519_derive_private_key_from_spriv

Source
pub unsafe extern "C" fn sodot_ed25519_derive_private_key_from_spriv(
    spriv: ConstStr,
    derivation_path: ConstSlice_u32,
    privkey_out: *mut HeapString,
) -> ResultFFI