Function ion_timestamp_parse

Source
pub unsafe extern "C" fn ion_timestamp_parse(
    ptime: *mut ION_TIMESTAMP,
    buffer: *mut c_char,
    length: SIZE,
    p_characters_used: *mut SIZE,
    pcontext: *mut decContext,
) -> iERR
Expand description

Parse timestamp string and construct timestamp object in ptime. This expects a null terminated string.