Function gsPutRowByTimestamp

Source
pub unsafe extern "C" fn gsPutRowByTimestamp(
    container: *mut GSContainer,
    key: GSTimestamp,
    rowObj: *const c_void,
    exists: *mut GSBool,
) -> GSResult