cef_time_to_timet

Function cef_time_to_timet 

Source
pub unsafe extern "C" fn cef_time_to_timet(
    cef_time: *const cef_time_t,
    time: *mut time_t,
) -> c_int
Expand description

Converts cef_time_t to/from time_t. Returns true (1) on success and false (0) on failure.