#[no_mangle]
pub unsafe extern "C" fn dovi_parse_rpu_bin_file(
    path: *const c_char
) -> *const RpuOpaqueList
Expand description

§Safety

The pointer to the file path must be valid.

Parses an existing RPU binary file.

Returns the heap allocated DoviRpuList as a pointer. The returned pointer may be null, or the list could be empty if an error occurred.