pub unsafe extern "C" fn MaaToolkitRegisterCustomActionExecutor(
    handle: MaaInstanceHandle,
    action_name: MaaStringView,
    action_exec_path: MaaStringView,
    action_exec_param_json: MaaStringView
) -> MaaBool
Available on crate feature internal only.