pub unsafe extern "C" fn vsl_frame_set_userptr(
    frame: *mut VSLFrame,
    userptr: *mut c_void
)
Expand description

Associate userptr with this frame.

@memberof VSLFrame