Function libvlc_video_set_format_callbacks

Source
pub unsafe extern "C" fn libvlc_video_set_format_callbacks(
    mp: *mut libvlc_media_player_t,
    setup: libvlc_video_format_cb,
    cleanup: libvlc_video_cleanup_cb,
)