pub unsafe extern "C" fn led_matrix_create_from_options_const_argv(
    options: *mut RGBLedMatrixOptions,
    argc: c_int,
    argv: *mut *mut c_char
) -> *mut RGBLedMatrix