pub unsafe extern "C" fn cef_time_now(
cef_time: *mut cef_time_t,
) -> c_intExpand description
Retrieve the current system time. Returns true (1) on success and false (0) on failure.
pub unsafe extern "C" fn cef_time_now(
cef_time: *mut cef_time_t,
) -> c_intRetrieve the current system time. Returns true (1) on success and false (0) on failure.