Adds new Bulk Actions option under on Manage Users.
Usage Example
add_action( 'mainwp_users_bulk_action', 'your_custom_function_name' ); function your_custom_function_name() { // Your code }