pub unsafe extern "C" fn enif_convert_time_unit(
    time: ErlNifTime,
    from_unit: ErlNifTimeUnit,
    to_unit: ErlNifTimeUnit
) -> ErlNifTime
Expand description

See enif_convert_time_unit in the Erlang docs.