Skip to main content

MaaAgentServerRegisterCustomAction

Function MaaAgentServerRegisterCustomAction 

Source
pub unsafe extern "C" fn MaaAgentServerRegisterCustomAction(
    name: *const c_char,
    action: MaaCustomActionCallback,
    trans_arg: *mut c_void,
) -> MaaBool