Function gsPutRowByLong

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