Function pgrx::pg_sys::GETSTRUCT

source ·
pub unsafe fn GETSTRUCT(tuple: *mut HeapTupleData) -> *mut i8
Expand description

Given a valid HeapTuple pointer, return address of the user data

Safety

This function cannot determine if the tuple argument is really a non-null pointer to a [HeapTuple].