pub unsafe fn max_epiration_date(
    settings: *const Settings,
    current_time: u64,
    block_date_out: *mut BlockDate
) -> Result
Expand description

Safety

settings should be a pointer to a valid settings object allocated by this library with, for example, settings_build.