pub unsafe fn block_date_from_system_time(
    settings: *const Settings,
    date: 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.