Function libc::localtime_r [] [src]

pub unsafe extern "C" fn localtime_r(
    time_p: *const time_t,
    result: *mut tm
) -> *mut tm
🔬 This is a nightly-only experimental API. (libc)

use libc from crates.io