#[no_mangle]
pub unsafe extern "C" fn iohk_jormungandr_wallet_settings_discrimination(
    settings: SettingsPtr,
    discrimination_out: *mut Discrimination
) -> ErrorPtr
Expand description

Safety

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

discrimination_out must point to valid writable memory, a null check is performed