Function rorm::rorm_row_free
source · #[no_mangle]
pub extern "C" fn rorm_row_free(_: Box<Row>)Expand description
Frees the row given as parameter.
The function panics if the provided pointer is invalid.
Important: Do not call this function on the same pointer more than once!
This function is called completely synchronously.