pub unsafe extern "C" fn dc1394_log_register_handler(
    type_: Type,
    log_handler: Option<unsafe extern "C" fn(type_: Type, message: *const c_char, user: *mut c_void)>,
    user: *mut c_void
) -> Type