#[no_mangle]
pub unsafe extern "C" fn dovi_rpu_get_error(
    ptr: *const RpuOpaque
) -> *const c_char
Expand description

§Safety

The pointer to the opaque struct must be valid.

Get the last logged error for the RpuOpaque operations.

On invalid parsing, an error is added. The user should manually verify if there is an error, as the parsing does not return an error code.