#[no_mangle]
pub unsafe extern "C" fn iohk_jormungandr_wallet_settings_block0_hash(
    settings: SettingsPtr,
    block0_hash: *mut u8
) -> ErrorPtr
Expand description

Safety

This function assumes block0_hash points to 32 bytes of valid memory This function also assumes that settings is a valid pointer previously obtained with this library, a null check is performed, but is important that the data it points to is valid