pub unsafe extern "C" fn de265_set_image_allocation_functions(
arg1: *mut de265_decoder_context,
arg2: *mut de265_image_allocation,
userdata: *mut c_void,
)Expand description
The user data pointer will be given to the get_buffer() and release_buffer() functions in de265_image_allocation.