pub unsafe extern "C" fn spa_thread_utils_create(
    o: *mut spa_thread_utils,
    props: *const spa_dict,
    start_routine: Option<unsafe extern "C" fn(arg1: *mut c_void) -> *mut c_void>,
    arg: *mut c_void
) -> *mut spa_thread
Expand description

\copydoc spa_thread_utils_methods.create \sa spa_thread_utils_methods.create