[][src]Function ion_c_sys::ion_timestamp_parse

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

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