Function sodot_sr25519_derive_pubkey

Source
pub unsafe extern "C" fn sodot_sr25519_derive_pubkey(
    secret_share: ConstStr,
    derivation_path: ConstSlice_ConstStr,
    pubkey_out: *mut HeapString,
) -> ResultFFI