[][src]Function pact_mock_server_ffi::generate_datetime_string

#[no_mangle]pub extern "C" fn generate_datetime_string(
    format: *const c_char
) -> DateTimeResult

Generates a datetime value from the provided format string, using the current system date and time NOTE: The memory for the returned string needs to be freed with the free_string function