pub unsafe extern "C" fn obs_source_frame_init(
    frame: *mut obs_source_frame,
    format: video_format,
    width: u32,
    height: u32
)