Function sodot_bip340_derive_pubkey_from_xpub

Source
pub unsafe extern "C" fn sodot_bip340_derive_pubkey_from_xpub(
    xpub: ConstStr,
    derivation_path: ConstSlice_u32,
    opt_tweak: ConstStr,
    pubkey_out: *mut HeapString,
) -> ResultFFI