pub unsafe extern "C" fn MaaToolkitRegisterCustomRecognizerExecutor(
    handle: MaaInstanceHandle,
    recognizer_name: MaaStringView,
    exec_path: MaaStringView,
    exec_params: *const MaaStringView,
    exec_param_size: MaaSize
) -> MaaBool
Available on crate feature internal only.