Function gsPutRowByInteger

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