Function obs_enum_output_types_with_protocol

Source
pub unsafe extern "C" fn obs_enum_output_types_with_protocol(
    protocol: *const c_char,
    data: *mut c_void,
    enum_cb: Option<unsafe extern "C" fn(data: *mut c_void, id: *const c_char) -> bool>,
)